home *** CD-ROM | disk | FTP | other *** search
/ QuickTime VR Showcase / QuickTime VR Showcase.iso / 3rd Parties / Services / VRToolworks / others.Dxr / 00027_Get.ls < prev    next >
Encoding:
Text File  |  1996-12-06  |  250 b   |  8 lines

  1. on mouseUp
  2.   global gNavMovieID
  3.   if gNavMovieID <> EMPTY then
  4.     put NavMovie("Direct", gNavMovieID, "Get", "hPanAngle") into field "Nav hPanAngle"
  5.     put NavMovie("Direct", gNavMovieID, "Get", "vPanAngle") into field "Nav vPanAngle"
  6.   end if
  7. end
  8.